home *** CD-ROM | disk | FTP | other *** search
- PROGRAM: DIRENAME.COM
-
- GENERAL FUNCTION: To rename a directory.
-
- WHY IS IT NEEDED? There is no way in DOS to rename a directory
- after it is created.
-
- INSTALLATION: None
-
- FORMAT: DIRENAME <drive>:<old name> <new name>
-
- EXAMPLES: DIRENAME C:KIDAT KIDATA [rename directory KIDAT on
- drive C to KIDATA]
-
- HOW TO USE IT: You may have misspelled a name, or changed its
- function. Now you can change the name of a directory to accurately
- reflect its contents. DIRENAME will prompt you if you omit both
- arguments.
-
- OTHER EFFECTS: None.
-
- SYSTEM REQUIREMENTS: Works with DOS 2.X and 3.0.
-
- COMMENTS. DIRENAME does not seem to support paths. The natural
- command to rename directory SUBX in directory MAIN to SUBY would
- be "DIRENAME \MAIN\SUBX SUBY" but this does not work. Hence you can
- change only subdirectories in your current directory.
-
- SOURCE OF PROGRAM: